Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 993 Bytes

File metadata and controls

20 lines (14 loc) · 993 Bytes

The Greedy Catcher

Definition:

  • A unit test which catches exceptions and swallows the stack trace, sometimes replacing it with a less informative failure message, but sometimes even just logging (c.f. Loudmouth) and letting the test pass.

References:

Quality attributes